@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
/* 百分比计算 */
/* 
@font-face {
	font-family: 'shuzi';
	src: url('../font/OPPOSans-M.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: 'din';
	src: url('../font/DIN-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  } */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font50 {
    font-size: 0.44rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.base_img {
  position: relative;
  overflow: hidden;
}
.base_img img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #0004f2;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #0004f2;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #0004f2;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span,
.basepage .f_fan {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  color: #999999;
  margin: 0 6px 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.basepage .active {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.basepage .active:hover {
  color: #fff;
}
.basepage .f_fan {
  width: 72px;
  color: #0004f2;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .basepage .f_fan {
    width: 64px;
  }
}
.basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.basepage .prev,
.basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev svg,
.basepage .next svg {
  width: 10px;
  height: 10px;
}
.basepage .prev svg path,
.basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.basepage .prev:hover,
.basepage .next:hover {
  background-color: #0004f2;
  border-color: #0004f2;
}
.basepage .prev:hover svg path,
.basepage .next:hover svg path {
  fill: #ffffff;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a:hover {
  border: 1px solid #0004f2;
  background-color: #0004f2;
  color: #fff;
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.36rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img {
    width: 16px;
  }
}
.breadbox .fcont span {
  margin: 0 16px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont a:hover {
  color: #333333;
}
.breadbox .fcont .on {
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #0004f2;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #222222;
  font-size: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #222222;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #222222;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 公共弹窗样式 */
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.basealt .cont .fclose svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg rect {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.2);
  stroke: #fff;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover svg rect {
  fill: #333333;
  stroke: #333333;
}
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 20px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 导航 */
.hadheight {
  display: none;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    line-height: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .container {
  display: flex;
  justify-content: space-between;
  width: 92%;
  max-width: 1800px;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
  display: flex;
  overflow: hidden;
  height: 40px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .lt .fz_logo {
    height: 30px;
  }
}
@media (max-width: 567px) {
}
.hadbox-sec1 .lt .fz_logo img {
  float: left;
  height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
  /* 导航下拉 */
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox > li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  margin: 0 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 14px;
    margin: 0 14px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    margin: 0 12px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i img,
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #0004f2;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
  /* display: none; */
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .f_navbox li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  line-height: 1.2;
  text-align: center;
  /* padding: 0.12rem 0 0.16rem; */
  margin-top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.hadbox-sec1 .f_navbox li > ul > li {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li > ul > li:hover {
  background: #e5e5fe;
}
.hadbox-sec1 .f_navbox li > ul > li:hover a {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox li > ul > li a {
  /* font-size: 14px; */
  transition: all 0.4s;
  display: block;
  padding: 0.12rem 0.2rem;
  -webkit-transition: all 0.4s;
  color: #333;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
  width: 100%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  font-weight: bold;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
  position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  text-align: center;
  margin-top: -1px;
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul {
    line-height: 42px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li {
  margin-bottom: 0;
  margin: 0 0.26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.16rem;
  color: #666;
  font-size: 14px;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #0004f2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li a:hover {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .f_nav_parant > .f_child > ul li.on > a:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  padding: 0.3rem 0 1.36rem;
  line-height: 1.4;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
  max-width: 1600px;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  padding: 0 0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
  width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
  display: flex;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #e7e7e7;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
    margin-bottom: 20px;
    padding: 6px 10px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
    width: 18px;
    height: 18px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut svg path {
  fill: #9a9a9a;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
  width: 80%;
  color: #666666;
  font-size: 14px;
  width: calc(100% - 20px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
    padding-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
  transition: all 0.4s;
  margin-bottom: 0.14rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
    font-size: 0.28rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  background-color: #0004f2;
  width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
  color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
  width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
  width: 86%;
  padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 0.06rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 16px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i svg path {
  fill: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
  margin-bottom: 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
  font-weight: bold;
  display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
  display: block;
  width: 20%;
  font-size: 18px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
    font-size: 0.3rem;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
  color: #222222;
  text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 0.4rem 0 0.6rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  display: none!important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
  max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
  width: 28.125%;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
  display: block;
  color: #222222;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 4px 0.62rem 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
    padding: 4px 0.62rem 12px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
  width: 100%;
  padding: 0 0.5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  color: #999999;
  transition: all 0.4s;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
    padding: 12px 10px;
    padding-right: 16px;
  }
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i svg polygon {
  transition: all 0.4s;
  fill: #cdcdcd;
  stroke: #cdcdcd;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
  border-right: none;
  display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi {
  background-color: #f2f4f7;
  color: #083793;
  border-bottom-color: transparent;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on > .fzzi i svg path {
  fill: #083793;
  stroke: #083793;
}
.hadbox-sec1 .f_navbox .g_navxl {
  position: initial;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box {
  width: 100%;
  height: 100%;
  padding: 0.6rem 3.6rem 0.6rem 1.6rem;
  display: flex;
  justify-content: space-between;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l {
  display: flex;
  width: 64.28571429%;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one {
  padding-right: 1rem;
  border-right: 1px solid #e8e8e8;
  width: 55.55555556%;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0.16rem 0.3rem;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box.on {
  background: #0004f1;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box.on p {
  color: #fff;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box.on svg {
  transform: rotate(45deg);
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box.on svg path {
  fill: #fff;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box p {
  line-height: 1.5;
  color: #333;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box svg {
  transition: all 0.4s;
  width: 10px;
  height: auto;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_one .one_box svg path {
  fill: #999;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two {
  width: 44.44444444%;
  padding: 0.2rem 1rem 0.2rem 0.98rem;
  border-right: 1px solid #e8e8e8;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box {
  display: none;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box:first-child {
  display: block;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box.on .two_l_box_tit p {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box.on .two_l_box_tit svg {
  transform: rotate(45deg) !important;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box.on .two_l_box_tit svg path {
  fill: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box:first-child .two_l_box_ej {
  display: block;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.13rem 0;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit p,
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit a {
  line-height: 1.5;
  color: #333;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit svg {
  transition: all 0.4s;
  width: 6px;
  height: auto;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit svg path {
  fill: #999;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit:hover p,
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit:hover a {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit:hover svg {
  transform: rotate(45deg) !important;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_tit:hover svg path {
  fill: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_ej {
  display: none;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_ej .g_cona {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_ej .g_cona a {
  line-height: 1.5;
  color: #666666;
  transition: all 0.4s;
  padding: 0.08rem 0 0.08rem 0.1rem;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_l .pro_nav_two .two_box .two_l_box .two_l_box_ej .g_cona a:hover {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_hot {
  width: 35.71428571%;
  padding-left: 1rem;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_hot .hot_box .public-img {
  margin-bottom: 0.25rem;
  background: #f1f2f7;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_hot .hot_box .public-img:before {
  padding-top: 63.5%;
}
.hadbox-sec1 .f_navbox .g_navxl .pro_nav .pro_nav_box .pro_nav_hot .hot_box .txt p {
  line-height: 1.5;
  color: #666;
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hadbox-sec1 .f_navbox .g_navxl .sol_nav .two_l_box.on .two_l_box_tit p,
.hadbox-sec1 .f_navbox .g_navxl .sol_nav .two_l_box:hover .two_l_box_tit p {
  color: #0004f2;
}
.hadbox-sec1 .f_navbox .g_navxl .sol_nav .two_l_box.on .two_l_box_tit svg,
.hadbox-sec1 .f_navbox .g_navxl .sol_nav .two_l_box:hover .two_l_box_tit svg {
  opacity: 1;
}
.hadbox-sec1 .f_navbox .g_navxl .sol_nav .two_l_box_tit svg {
  transform: rotate(0deg) !important;
  opacity: 0;
  width: 10px !important;
}
.hadbox-sec1 .gt {
  display: flex;
  align-items: center;
}
.hadbox-sec1 .gt .f_lang {
  height: 100%;
  position: relative;
  margin-right: 0.26rem;
}
.hadbox-sec1 .gt .f_lang .la_tit {
  display: flex;
  transition: all 0.4s linear;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit {
    font-size: 0.26rem;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .f_lang .la_tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_lang .la_tit i svg path {
  fill: #ffffff;
  transition: all 0.4s linear;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
  display: block;
  width: 10px;
  height: 6px;
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_lang .la_tit .f_icon {
    margin-left: 10px;
  }
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .f_lang .hover1 {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 120%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 1.5;
  padding-bottom: 0.12rem;
  display: none;
  padding-top: 0.12rem;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
  display: block;
  font-size: 12px;
  color: #555555;
  padding: 6px 10px;
  text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
  color: #0004f2;
  text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
  display: block;
}
.hadbox-sec1 .gt .f_search {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .f_search {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.hadbox-sec1 .gt .f_search svg {
  width: 100%;
  height: 100%;
}
.hadbox-sec1 .gt .f_search svg path {
  transition: all 0.4s linear;
  fill: #ffffff;
}
.hadbox-sec1 .gt .xian {
  display: block;
  margin: 0 0.26rem;
  width: 1px;
  height: 0.18rem;
  background-color: #fff;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .xian {
    margin: 0 0.18rem;
  }
}
.hadbox-sec1 .gt .qie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #0004f2;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .qie {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 .gt .qie {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .qie {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.hadbox-sec1 .gt .qie span {
  background-color: #fff;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .qie span {
    width: 0.72rem;
  }
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0004f2;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.34rem;
  margin-top: 0.34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #0004f2;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul {
  height: calc(100% - 90px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  width: 100%;
  height: 100%;
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #0004f2;
}
.hadbox-sec3 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
.hadbox-sec3 .container {
  padding: 0.62rem 0 0.46rem;
  position: relative;
}
@media (max-width: 767px) {
  .hadbox-sec3 .container {
    padding-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec3 .f_close img {
  width: 100%;
  float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
  display: none;
}
.hadbox-sec3 .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.hadbox-sec3 .f_close svg path {
  fill: #808080;
}
.hadbox-sec3 .f_close:hover {
  transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
  margin: 0 auto;
}
.hadbox-sec3 .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.hadbox-sec3 .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
  margin-bottom: 0.26rem;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
.hadbox-sec3 .f_cont .f_form.on {
  border-color: #0004f2;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.hadbox-sec3 .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
.hadbox-sec3 .f_cont .f_form .f_sub {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 0.25rem;
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
.hadbox-sec3 .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg {
  width: 100%;
  height: auto;
}
.hadbox-sec3 .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
  fill: #0004f2;
}
.hadbox-sec3 .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  color: #999;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .f_cont .f_jut {
    flex-wrap: wrap;
  }
}
.hadbox-sec3 .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
}
.hadbox-sec3 .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #999;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
  color: #0004f2;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
  color: #333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on > .tit {
  color: #0004f2;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #333;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
  color: #333;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #333;
}
.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
  fill: #333;
}
.hadbox:hover .hadbox-sec1 .gt .xian {
  background-color: #333333;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
  background-color: #ffffff;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
  z-index: 10;
  position: relative;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on > .tit {
  color: #0004f2;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
  color: #333;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
  color: #333;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
  fill: #333;
}
.hadbox2 .hadbox-sec1 .gt .f_search svg path {
  fill: #333;
}
.hadbox2 .hadbox-sec1 .gt .xian {
  background-color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #ffffff;
}
/* End */
/* 底部 */
.fotbox {
  background: url(../images/fotbagimg1.jpg) center / cover no-repeat;
}
.fotbox-sec1 {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .fotbox-sec1 {
    padding-top: 1.2rem;
  }
}
.fotbox-sec1 .container {
  margin: 0;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-top: -0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 2.78rem 0.5rem 0.4rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container {
    padding: 0.6rem 0.36rem;
    margin-top: 0;
  }
}
.fotbox-sec1 .container .f_tit {
  width: 60%;
  color: #0004f2;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .f_tit {
    width: 100%;
    margin-bottom: 0.36rem;
  }
}
.fotbox-sec1 .container .gt .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.4s;
  width: 1.8rem;
  height: 0.6rem;
  background-color: #ff6631;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .f_but {
    width: 2.4rem;
    height: 0.78rem;
    border-radius: 0.4rem;
  }
}
.fotbox-sec1 .container .gt .f_but:hover {
  opacity: 0.9;
}
.fotbox-sec1 .container .gt .img {
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  width: 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fotbox-sec1 .container .gt .img {
    width: 1.6rem;
  }
}
.fotbox-sec1 .container .gt .img img {
  width: 100%;
  float: left;
}
.fotbox-sec2 {
  padding-top: 0.74rem;
}
.fotbox-sec2 .container {
  padding-bottom: 0.54rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt,
  .fotbox-sec2 .container .gt {
    width: 100%;
  }
}
.fotbox-sec2 .container .lt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .fotbox-sec2 .container .lt {
    width: 60%;
  }
}
.fotbox-sec2 .container .lt .f_logo {
  width: 2.36rem;
  overflow: hidden;
  margin-right: 0.32rem;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt .f_logo {
    width: 3.8rem;
    margin: 0 auto 0.12rem;
  }
}
.fotbox-sec2 .container .lt .f_logo img {
  width: 100%;
  float: left;
}
.fotbox-sec2 .container .lt .f_tit {
  color: #fffefe;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt .f_tit {
    width: 100%;
    text-align: center;
    margin-bottom: 0.24rem;
  }
}
.fotbox-sec2 .container .gt {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt {
    justify-content: center;
  }
}
.fotbox-sec2 .container .gt img {
  width: 22px;
  margin-right: 10px;
  height: auto;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt img {
    margin-right: 8px;
    width: 18px;
  }
}
.fotbox-sec3 {
  padding: 0.4rem 0 0.88rem;
}
.fotbox-sec3 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox-sec3 .container .fot_nav {
  display: flex;
  width: 68.75%;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
}
.fotbox-sec3 .container .fot_nav li {
  width: 25%;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav li {
    width: 100%;
    padding-right: 0;
  }
}
.fotbox-sec3 .container .fot_nav li .tit {
  display: flex;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.2rem;
  justify-content: space-between;
  margin-top: 0.18rem;
}
@media (max-width: 1580px) {
  .fotbox-sec3 .container .fot_nav li .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fotbox-sec3 .container .fot_nav li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav li .tit {
    font-size: 0.3rem;
  }
}
.fotbox-sec3 .container .fot_nav li .tit:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav li .tit {
    padding: 0.26rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.fotbox-sec3 .container .fot_nav li .tit i {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.36rem;
}
@media (min-width: 768px) {
  .fotbox-sec3 .container .fot_nav li .tit i {
    display: none;
  }
}
.fotbox-sec3 .container .fot_nav li .tit i svg {
  height: 100%;
  max-width: 100%;
}
.fotbox-sec3 .container .fot_nav li .tit i svg path {
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .fotbox-sec3 .container .fot_nav li .tit:hover {
    text-decoration: underline;
  }
}
.fotbox-sec3 .container .fot_nav li ul {
  display: block;
  width: 100%;
  padding-top: 0.22rem;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav li ul {
    display: none;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
}
.fotbox-sec3 .container .fot_nav li ul li {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0.18rem;
}
.fotbox-sec3 .container .fot_nav li ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .fot_nav li ul li {
    margin-bottom: 0.26rem;
  }
}
.fotbox-sec3 .container .fot_nav li ul li a {
  color: #ffffff;
  display: block;
  opacity: 0.7;
  transition: all 0.4s;
}
.fotbox-sec3 .container .fot_nav li ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fotbox-sec3 .container .fot_nav li.on .tit i {
  transform: rotate(90deg);
}
.fotbox-sec3 .container .gt {
  width: 25%;
}
@media (max-width: 991px) {
  .fotbox-sec3 .container .gt {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .gt {
    width: 100%;
  }
}
.fotbox-sec3 .container .gt .font {
  margin-bottom: 0.16rem;
  color: #ffffff;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .fotbox-sec3 .container .gt .font {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .gt .font {
    line-height: 1.5;
  }
}
.fotbox-sec3 .container .gt .font .f_tit {
  color: #fffefe;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.fotbox-sec3 .container .gt .font .name {
  font-weight: bold;
  margin-bottom: 2px;
}
.fotbox-sec3 .container .gt .f_fen {
  margin-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec3 .container .gt .f_fen {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.fotbox-sec3 .container .gt .f_fen .li {
  display: block;
  position: relative;
  margin-right: 0.4rem;
}
.fotbox-sec3 .container .gt .f_fen .li:last-child {
  margin-right: 0;
}
.fotbox-sec3 .container .gt .f_fen .li .f_icon {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
}
.fotbox-sec3 .container .gt .f_fen .li .f_icon svg,
.fotbox-sec3 .container .gt .f_fen .li .f_icon img {
  width: 100%;
  max-height: 100%;
}
.fotbox-sec3 .container .gt .f_fen .li .f_icon svg path,
.fotbox-sec3 .container .gt .f_fen .li .f_icon img path {
  fill: #ffffff;
}
.fotbox-sec3 .container .gt .f_fen .li .f_hover1 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.24rem;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  width: 140px;
}
@media (max-width: 1580px) {
  .fotbox-sec3 .container .gt .f_fen .li .f_hover1 {
    width: 120px;
  }
}
.fotbox-sec3 .container .gt .f_fen .li .f_hover1 img {
  width: 100%;
}
.fotbox-sec3 .container .gt .f_fen .li .f_hover1:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.fotbox-sec3 .container .gt .f_fen .li:hover .f_hover1 {
  display: block;
}
.fotbox-sec4 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.fotbox-sec4 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.32rem 0;
}
@media (max-width: 767px) {
  .fotbox-sec4 .container {
    padding: 0.36rem 0;
  }
}
.fotbox-sec4 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec4 .container .lt {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0.1rem;
  }
}
.fotbox-sec4 .container .lt a,
.fotbox-sec4 .container .lt span {
  display: inline-block;
  color: #ffffff;
  opacity: 0.3;
  font-size: 14px;
  transition: all 0.4s linear;
}
@media (max-width: 1580px) {
  .fotbox-sec4 .container .lt a,
  .fotbox-sec4 .container .lt span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec4 .container .lt a,
  .fotbox-sec4 .container .lt span {
    font-size: 0.26rem;
  }
}
.fotbox-sec4 .container .lt a {
  margin-left: 0.16rem;
}
.fotbox-sec4 .container .lt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.fotbox-sec4 .container .gt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec4 .container .gt {
    width: 100%;
    justify-content: center;
  }
}
.fotbox-sec4 .container .gt .li {
  font-size: 14px;
  transition: all 0.4s linear;
  display: block;
  color: #ffffff;
  opacity: 0.3;
  margin-left: 0.45rem;
}
@media (max-width: 1580px) {
  .fotbox-sec4 .container .gt .li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec4 .container .gt .li {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .fotbox-sec4 .container .gt .li {
    margin: 0 0.22rem;
  }
}
.fotbox-sec4 .container .gt .li:hover {
  text-decoration: underline;
  opacity: 1;
}
/* End */
/* banner */
.bannerbox {
  position: relative;
}
.bannerbox .bag {
  width: 100%;
}
.bannerbox .bag:before {
  height: calc(100vh - 80px);
}
@media (max-width: 1580px) {
  .bannerbox .bag:before {
    padding-top: 0;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 767px) {
  .bannerbox .bag:before {
    height: auto;
    padding-top: 177.86666667%;
    padding-top: 0;
  }
}
.bannerbox .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .bag img {
    display: none;
    position: relative;
  }
  .bannerbox .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .vidoe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .bannerbox .vidoe {
    display: none;
  }
}
.bannerbox .vidoe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .c-btn {
  position: absolute;
  top: 22%;
  left: 32.5%;
  z-index: 20;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .bannerbox .c-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .bannerbox .c-btn {
    display: none;
  }
}
.bannerbox .c-btn .c-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.bannerbox .c-btn .c-box1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0004f1;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.bannerbox .c-btn .c-box1 div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  animation: round1 3s linear infinite;
}
.bannerbox .c-btn .c-box1 div:nth-child(2) {
  animation: round1 3s 1s linear infinite;
}
.bannerbox .c-btn .c-box1 div:nth-child(3) {
  animation: round1 3s 2s linear infinite;
}
.bannerbox .c-btn .c-box1 .c-ico {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50%;
  background-color: #ffffff;
}
.bannerbox .c-btn .c-box1 .c-ico img {
  width: 60%;
  height: 60%;
}
.bannerbox .c-btn .c-box2 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 1;
  padding: 0 22px 0 64px;
  height: 55px;
  color: #333333;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bannerbox .c-btn .c-box2 {
    padding: 0 0.2rem;
    height: 0.6rem;
    top: 120%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 0.2rem;
  }
}
.bannerbox .c-btn .c-box2::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .bannerbox .c-btn .c-box2::before {
    width: 100%;
  }
}
.bannerbox .c-btn .c-box2 .c-ico {
  margin-left: 0.1rem;
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: all 0.3s 0s;
}
.bannerbox .c-btn .c-box2 .c-ico path {
  fill: #333;
}
@media (max-width: 767px) {
  .bannerbox .c-btn .c-box2 .c-ico {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
  }
}
.bannerbox .c-btn .c-box2 span {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s 0s;
}
@media (max-width: 767px) {
  .bannerbox .c-btn .c-box2 span {
    opacity: 1;
  }
}
.bannerbox .c-btn:hover .c-box1 .c-ico {
  box-shadow: 15px 15px 20px rgba(61, 164, 255, 0.3);
}
.bannerbox .c-btn:hover .c-box2::before {
  opacity: 1;
  width: 100%;
}
.bannerbox .c-btn:hover .c-box2 .c-ico,
.bannerbox .c-btn:hover .c-box2 span {
  opacity: 1;
  transition: all 0.3s 0.3s;
}
.bannerbox .c-btn:nth-child(2) {
  left: 8%;
  top: 39%;
}
.bannerbox .c-btn:nth-child(3) {
  left: 21%;
  top: 60%;
}
.bannerbox .c-btn:nth-child(4) {
  left: 39%;
  top: 44%;
}
.bannerbox .c-btn:nth-child(5) {
  left: 52%;
  top: 55%;
}
.bannerbox .c-btn:nth-child(6) {
  left: 56%;
  top: 31%;
}
.bannerbox .c-btn:nth-child(7) {
  left: 69%;
  top: 50%;
}
.bannerbox .c-btn:nth-child(8) {
  left: 66%;
  top: 23%;
}
.bannerbox .c-btn:nth-child(9) {
  left: 83%;
  top: 30%;
}
.bannerbox .c-btn:nth-child(10) {
  left: 89%;
  top: 11%;
}
.bannerbox .c-btn:nth-child(10) .c-box2 {
  left: initial;
  right: -12px;
  padding: 0 64px 0 22px;
}
.bannerbox .c-btn:nth-child(10) .c-box2::before {
  right: 0;
  left: initial;
}
/* End */
@keyframes round1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}
/* 首页 */
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.base_prev,
.base_next {
  position: relative;
  top: 0;
  left: initial;
  right: initial;
  pointer-events: auto;
  margin-top: 0;
  background: none;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  transition: all 0.4s;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .base_prev,
  .base_next {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.base_prev svg,
.base_next svg {
  width: 33.33333333%;
  height: 33.33333333%;
}
.base_prev svg path,
.base_next svg path {
  fill: #b7b7b7;
  transition: all 0.4s;
}
.base_prev:hover,
.base_next:hover {
  background-color: #0004f2;
}
.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #ffffff;
}
.hm_tit {
  text-align: center;
}
.hm_tit .f_tit {
  font-weight: bold;
}
.hm_but {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0004f2;
  width: auto;
  font-weight: bold;
  color: #ffffff;
  height: 0.6rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .hm_but {
    height: 0.76rem;
    padding: 0 0.38rem;
    border-radius: 0.4rem;
  }
}
.hm_but svg,
.hm_but img {
  transition: all 0.4s;
  width: 14px;
  height: 14px;
  margin-left: 0.2rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .hm_but svg,
  .hm_but img {
    width: 12px;
    height: 12px;
  }
}
.hm_but svg path,
.hm_but img path {
  fill: #fff;
}
.hm_but:hover svg,
.hm_but:hover img {
  transform: rotate(45deg);
}
.hm_but:hover span {
  color: #fff;
}
.hm-sec1 {
  position: relative;
}
@media (min-width: 768px) {
  .hm-sec1 {
    padding-top: 1.62rem;
    padding-bottom: 1.82rem;
    display: flex;
    align-items: center;
    height: 100vh;
  }
}
.hm-sec1 .f_video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .f_video {
    display: none;
  }
}
.hm-sec1 .f_video video,
.hm-sec1 .f_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .container {
  position: relative;
}
.hm-sec1 .container .f_tit {
  color: #222222;
  font-weight: bold;
  margin-bottom: 2px;
}
.hm-sec1 .container .name {
  color: #999999;
  margin-bottom: 0.9rem;
}
.hm-sec1 .container .jut {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 0.92rem;
}
.hm-sec1 .container .jut .li {
  width: 41.2%;
  position: relative;
}
.hm-sec1 .container .jut .li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 93px;
  background-color: #000000;
  opacity: 0.1;
}
.hm-sec1 .container .jut .li .shu {
  color: #0004f2;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.hm-sec1 .container .jut .li .f_title {
  color: #333333;
}
.hm-sec1 .container .jut .li:last-child:after {
  display: none;
}
.hm-sec1 .container .f_text {
  max-width: 474px;
  margin-bottom: 0.44rem;
  line-height: 1.66666667;
  color: #666666;
}
.hm-sec2 {
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec2 {
    padding: 1.2rem 0;
  }
}
.hm-sec2 .bag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
}
.hm-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec2 .bag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/tubagimg1.png) right top / auto 100% no-repeat;
  z-index: 2;
}
.hm-sec2 .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .hm-sec2 .container {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hm-sec2 .container {
    height: 100vh;
  }
}
.hm-sec2 .container .lt {
  width: 62%;
}
@media (max-width: 767px) {
  .hm-sec2 .container .lt {
    width: 100%;
  }
}
.hm-sec2 .container .gt {
  width: 38%;
}
@media (max-width: 767px) {
  .hm-sec2 .container .gt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .hm-sec2 .container .gt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hm-sec2 .container .gt {
    display: flex;
  }
}
.hm-sec2 .container .lt {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hm-sec2 .container .lt {
    order: 1;
  }
}
.hm-sec2 .container .lt .item {
  padding: 2rem 0.34rem 0.72rem;
  /* padding-top: 1.6rem; */
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 50%;
  border-bottom: none;
  color: #ffffff;
  transition: all 0.4s;
  border-right: none;
}
@media (max-width: 991px) {
  .hm-sec2 .container .lt .item {
    padding: 1rem 0.3rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .container .lt .item {
    padding: 0.46rem 0.3rem;
  }
}
.hm-sec2 .container .lt .item i {
  position: relative;
  width: 0.66rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.48rem;
}
@media (max-width: 767px) {
  .hm-sec2 .container .lt .item i {
    margin-bottom: 0.26rem;
  }
}
.hm-sec2 .container .lt .item i img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.hm-sec2 .container .lt .item .text {
  position: relative;
  margin-bottom: 0.16rem;
}
@media (max-width: 1199px) {
  .hm-sec2 .container .lt .item .text {
    font-size: 0.24rem;
  }
}
.hm-sec2 .container .lt .item .shu {
  position: relative;
  font-weight: bold;
  line-height: 0.9;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1199px) {
  .hm-sec2 .container .lt .item .shu {
    font-size: 0.3rem;
  }
}
.hm-sec2 .container .lt .item:hover {
  background-color: rgba(0, 4, 242, 0.1);
}
.hm-sec2 .container .gt {
  text-align: right;
  color: #ffffff;
}
@media (max-width: 991px) {
  .hm-sec2 .container .gt {
    padding-top: 2.24rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .container .gt {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0.6rem;
  }
}
.hm-sec2 .container .gt .f_tit {
  line-height: 1.16666667;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.hm-sec2 .container .gt .text {
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .hm-sec2 .container .gt .text {
    margin-bottom: 0.3rem;
  }
}
.hm-sec3 {
  overflow: hidden;
  background-color: #eff2f6;
}
@media (min-width: 768px) {
  .hm-sec3 {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.hm-sec3 .f_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.46rem;
  border-bottom: 1px solid #dbdde2;
  margin-bottom: 0.6rem;
}
.hm-sec3 .f_title .f_tit {
  color: #222222;
  font-weight: bold;
}
.hm-sec3 .f_title .qie {
  display: flex;
  align-items: center;
}
.hm-sec3 .f_title .qie .hm3_next {
  margin-left: 0.2rem;
}
.hm-sec3 .hm3_cont {
  width: auto;
  overflow: visible;
  margin: 0 -0.18rem;
}
.hm-sec3 .hm3_cont .swiper-slide {
  width: 30.5%;
  padding: 0 0.18rem;
}
@media (max-width: 991px) {
  .hm-sec3 .hm3_cont .swiper-slide {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .swiper-slide {
    width: 78%;
  }
}
.hm-sec3 .hm3_cont .swiper-slide .item {
  display: block;
  position: relative;
}
.hm-sec3 .hm3_cont .swiper-slide .item .img {
  background-color: #000;
  opacity: 0;
}
.hm-sec3 .hm3_cont .swiper-slide .item .img:before {
  padding-top: 154%;
  padding-top: 120%;
}
.hm-sec3 .hm3_cont .swiper-slide .item .img img {
  opacity: 0.78;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.38rem 0.44rem 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s linear;
  width: 100%;
  height: 100%;
  background: #ffffff url(../images/hm3bagimg1.jpg) center / cover no-repeat;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut .font {
  position: relative;
  margin-bottom: 0.26rem;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut .font .f_tit {
  font-weight: bold;
  color: #222222;
  transition: all 0.4s;
  line-height: 1.41666667;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.83333333em;
  margin-bottom: 0.12rem;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut .font .f_time {
  color: #999999;
  transition: all 0.4s;
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut .text {
  position: relative;
  color: #222222;
  padding-top: 0.36rem;
  transition: all 0.4s;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.hm-sec3 .hm3_cont .swiper-slide .item .jut .text p {
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.75em;
}
.hm-sec3 .hm3_cont .swiper-slide .item:hover .img {
  opacity: 1;
}
.hm-sec3 .hm3_cont .swiper-slide .item:hover .jut:before {
  opacity: 0;
}
.hm-sec3 .hm3_cont .swiper-slide .item:hover .jut .font .f_tit {
  color: #ffffff;
}
.hm-sec3 .hm3_cont .swiper-slide .item:hover .jut .font .f_time {
  color: #ffffff;
}
.hm-sec3 .hm3_cont .swiper-slide .item:hover .jut .text {
  color: #ffffff;
  border-color: transparent;
}
.hm-sec4 {
  background-color: #eff2f6;
}
@media (min-width: 768px) {
  .hm-sec4 {
    padding-bottom: 2.2rem;
    height: calc(100vh + 0.8rem);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.hm-sec4 .hm_tit {
  margin-bottom: 0.48rem;
}
.hm-sec4 .cont {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.hm-sec4 .cont .item {
  white-space: nowrap;
  margin: 0 -0.15rem 0.15rem;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item {
    margin: 0 -0.14rem 0.14rem;
  }
}
.hm-sec4 .cont .item:last-child {
  margin-bottom: 0;
}
.hm-sec4 .cont .item .str_move {
  font-size: 0;
}
.hm-sec4 .cont .item .li {
  display: inline-block;
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item .li {
    padding: 0 0.14rem;
  }
}
.hm-sec4 .cont .item .li .img {
  width: 1.96rem;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.4s;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .hm-sec4 .cont .item .li .img {
    width: 2.8rem;
  }
}
.hm-sec4 .cont .item .li .img:before {
  padding-top: 47.95918367%;
}
.hm-sec4 .cont .item .li .img:hover {
  border-color: #ff6631;
}
.hm-sec4 .cont .item .li .img:hover img {
  transform: scale(1.1);
}
.hm-sec4 .cont:before,
.hm-sec4 .cont:after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  height: 140%;
  background: url(../images/jianbiaimg1.png) left top / auto 100% no-repeat;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hm-sec4 .cont:before,
  .hm-sec4 .cont:after {
    display: none;
  }
}
.hm-sec4 .cont:before {
  left: 0;
}
.hm-sec4 .cont:after {
  right: 0;
  background-position: right top;
  background-image: url(../images/jianbiaimg2.png);
}
/* End */
/* 右侧浮窗 */
.gpop {
  position: fixed;
  right: 0.2rem;
  bottom: 32%;
  z-index: 100;
  /* display: none; */
}
.gpop > * {
  transition: all 0.6s;
}
.gpop .gpop_box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.07rem;
  border-radius: 0.05rem;
  width: 0.7rem;
}
.gpop .gpop_box .pop_a:last-child {
  border: none;
  padding-bottom: 0;
}
.gpop .pop_a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    padding-bottom: 0.1rem;
    margin-bottom: 0.05rem;
  }
}
.gpop .pop_a.on {
  /* background: #156bfe; */
}
.gpop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.gpop .pop_a.on .pop_a_img .g_svg {
  background: #0004f2;
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img p {
  /* color: #fff; */
}
.gpop .pop_a .calendargt2 {
  position: absolute;
  right: 100%;
  display: none;
  width: 4.7rem;
  padding-right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 {
    width: 6rem;
    transform: translateY(-65%);
  }
}
.gpop .pop_a .calendargt2 .hover1 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.gpop .pop_a .calendargt2 .hover1 .tit {
  color: #222222;
  padding: 0.24rem 0.2rem 0.2rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.gpop .pop_a .calendargt2 .hover1 .tit .tit_box {
  display: flex;
  align-items: center;
}
.gpop .pop_a .calendargt2 .hover1 .tit .tit_box svg {
  width: 22px;
  margin-right: 7px;
}
.gpop .pop_a .calendargt2 .hover1 .tit .tit_box svg path {
  fill: #0f66e7;
}
.gpop .pop_a .calendargt2 .hover1 .tit .close {
  cursor: pointer;
  display: block;
  z-index: 4;
  width: 0.14rem;
  height: auto;
  overflow: hidden;
}
.gpop .pop_a .calendargt2 .hover1 .tit .close svg {
  width: 0.14rem;
  height: auto;
}
.gpop .pop_a .calendargt2 .hover1 .tit .close svg path {
  fill: #333;
}
.gpop .pop_a .calendargt2 .hover1 .jut {
  width: 100%;
  padding: 0 0.32rem 0.4rem;
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 .hover1 .jut {
    position: relative;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline {
  width: 100%;
  border: none;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-static {
  border: none;
  box-shadow: none;
  width: 100%!important;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-main {
  width: 100%;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-y,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-y {
  display: none;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  top: 6px;
  justify-content: center;
  color: #666666;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m:hover,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m:hover {
  background-color: #f2f5fa;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m {
  left: 0;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  right: 0;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-header {
  padding: 10px 40px 5px;
  border-bottom: none;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .laydate-set-ym {
  color: #222222;
  font-weight: bold;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-footer {
  display: none;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content table {
  width: 100%;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-main {
  position: relative;
  z-index: 4;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th {
  width: 0.32rem;
  height: 0.32rem;
  padding: 9px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td,
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td,
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td,
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td:before,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td:hover,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th:hover {
  background-color: transparent!important;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content td:hover:before,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content th:hover:before {
  background-color: #eee;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content .laydate-day-next,
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-content .laydate-day-prev {
  color: #999999;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate .layui-this {
  background-color: transparent!important;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate .layui-this:before {
  background-color: #0004f2;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate .layui-this:hover {
  color: #fff !important;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate .layui-this:hover:before {
  background-color: #0004f2;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .laydate-set-ym span:hover {
  color: #0004f2;
}
.gpop .pop_a .calendargt2 .hover1 .jut .layui-inline .layui-laydate-list > li.layui-this {
  background-color: #0004f2 !important;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot {
  padding-top: 0.26rem;
  border-top: 1px solid #f5f5f5;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .time {
  display: flex;
  align-items: center;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .time i {
  display: block;
  overflow: hidden;
  width: 18px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .time i img {
  width: 100%;
  float: left;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .time .text {
  color: #666666;
  font-size: 18px;
  padding-left: 18px;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .time .text {
    font-size: 16px;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 1199px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .time .text {
    padding-left: 12px;
    width: calc(100% - 14px);
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .time .text span {
  color: #0004f2;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei {
  margin-top: 0.26rem;
  padding-right: 10px;
  position: relative;
  overflow-y: auto;
  max-height: 160px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  line-height: 28px;
  align-items: center;
  justify-content: space-between;
  padding-right: 3px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li {
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li {
    line-height: 24px;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li:last-child {
  margin-bottom: 0;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li i {
  font-style: normal;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li .g-hgy1 {
  color: #ff8400;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li .g-hgy2 {
  color: #999;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  padding-left: 22px;
  position: relative;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei .li span:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6px;
  background: #0004f2;
  height: 6px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .g_btn {
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .g_btn .a1 {
  background: #0004f2;
  border-radius: 0.05rem;
  width: 150px;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .g_btn .a1 {
    width: 120px;
    height: 40px;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .g_btn .a2 {
  background: #f0f0f0;
  border-radius: 0.05rem;
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
}
@media (max-width: 767px) {
  .gpop .pop_a .calendargt2 .hover1 .jut .fot .g_btn .a2 {
    width: 120px;
    height: 40px;
  }
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei::-webkit-scrollbar {
  width: 3px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 2px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 25px;
}
.gpop .pop_a .calendargt2 .hover1 .jut .fot .nei::-webkit-scrollbar-corner {
  background: #666666;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img .g_svg {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.gpop .pop_a .pop_a_img svg {
  width: 0.32rem;
  height: auto;
}
.gpop .pop_a .pop_a_img svg path {
  fill: #0004f2;
}
.gpop .pop_a .pop_a_img p {
  font-size: 14px;
  margin-top: 5px;
  color: #999;
  text-align: center;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img p {
    font-size: 0.2rem;
  }
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.15rem 0.3rem;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text {
    width: 220px;
  }
}
.gpop .pop_a .pop_text p {
  color: #666;
  margin-bottom: 0.02rem;
  white-space: nowrap;
  font-size: 18px;
}
.gpop .pop_a .pop_text img {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
}
.gpop .pop_a .pop_text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.gpop .cur4 {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .gpop {
    right: 0;
    bottom: 0;
    width: 100%;
    zoom: 1;
  }
  .gpop .gpop_box {
    width: 84%;
    padding: 0;
    float: left;
    margin: 0;
    display: flex;
    border-radius: 0;
    background-color: #0004f2;
  }
  .gpop .gpop_box .pop_a {
    width: 33.333%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
  .gpop .gpop_box .pop_a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #fff;
  }
  .gpop .pop_a {
    background: #0004f2;
    border-bottom: none;
    height: 50px;
  }
  .gpop .pop_a .pop_a_img {
    flex-direction: row;
    height: 100%;
  }
  .gpop .pop_a .pop_a_img .g_svg svg {
    width: 64%;
    height: 64%;
  }
  .gpop .pop_a .pop_a_img .g_svg svg path {
    fill: #ffffff;
  }
  .gpop .pop_a .pop_a_img p {
    font-size: 0.26rem;
    color: #fff;
    margin: 0;
  }
  .gpop .pop_a .calendargt2 {
    position: fixed;
    right: 50%;
    width: 7rem;
    transform: translateX(50%) translateY(-50%);
  }
  .gpop .cur4 {
    float: left;
    width: 16%;
    height: 50px;
    padding: 0;
    border-radius: 0;
    background-color: #0004f2;
  }
}
@media (max-width: 767px) {
  .gopoHeight {
    height: 50px;
  }
}
.contact-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.contact-pop .contact-pop-box {
  height: auto;
  width: 1000px;
  max-width: 90%;
  max-height: 87vh;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contact-pop .contact-pop-box {
    overflow: auto;
  }
}
.contact-pop .close {
  z-index: 10;
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 0.5rem;
  right: 0.48rem;
  border-radius: 50%;
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .contact-pop .close {
    top: 0.4rem;
    right: 0.3rem;
  }
}
.contact-pop .close img {
  width: 16px;
  height: auto;
}
.contact-pop .box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border-radius: 0.12rem;
  position: relative;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  padding: 0.5rem 0.6rem 0.36rem;
}
@media (max-width: 1580px) {
  .contact-pop .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contact-pop .box {
    padding: 0.6rem 0.4rem;
  }
}
.contact-pop .box .contact-pop-on {
  display: flex;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .contact-pop .box .contact-pop-on {
    flex-direction: column;
  }
}
.contact-pop .box .t1 {
  display: flex;
  align-items: center;
}
.contact-pop .box .t1 i {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background: #e5e5fe;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.12rem;
}
.contact-pop .box .t1 span {
  line-height: 1;
}
.contact-pop .box .t2 {
  margin-left: 0.28rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-pop .box .t2 {
    margin-top: 0.4rem;
    margin-left: 0;
  }
}
.contact-pop .box .t2 a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid #e8e8e8;
  width: auto;
  font-weight: bold;
  color: #222;
  height: 0.4rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .contact-pop .box .t2 a {
    height: 0.6rem;
    font-size: 0.24rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.contact-pop .box .t2 a.on {
  background: #0004f2;
  color: #fff;
  border-color: #0004f2;
}
.contact-pop .box form {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.contact-pop .box form.on {
  display: flex;
}
.contact-pop .box form input::-webkit-input-placeholder {
  color: #999;
}
.contact-pop .box form textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-pop .box form .textarea_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact-pop .box form .textarea_box .textarea {
  width: calc(675/880*100%);
}
.contact-pop .box form .textarea_box .textarea textarea {
  height: 0.84rem;
}
.contact-pop .box form .textarea_box .select {
  width: calc(164/880*100%);
}
.contact-pop .box form .textarea_box .select .name {
  padding-bottom: 0;
  border: none;
}
.contact-pop .box form .textarea_box .select .sel_box {
  flex-wrap: wrap;
}
.contact-pop .box form .item {
  width: calc(375/770*100%);
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .contact-pop .box form .item {
    width: 100%;
  }
}
.contact-pop .box form .item .name {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(26/16);
}
.contact-pop .box form .item .name i {
  color: #ff6631;
  font-style: initial;
  margin-right: 5px;
}
.contact-pop .box form .item .t1 {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.06rem;
  padding-left: 0.2rem;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact-pop .box form .item .t1 {
    height: 0.8rem;
  }
}
.contact-pop .box form .item .t1::placeholder {
  color: #999;
}
.contact-pop .box form .item .layui-inline {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.contact-pop .box form .item .layui-inline .layui-input-inline::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/date.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-pop .box form .item .layui-inline .layui-input-inline input {
  padding-left: 0.2rem;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.06rem;
}
.contact-pop .box form .item .layui-inline .layui-form-mid {
  margin: 0 0.06rem;
  color: #e5e5e5;
}
.contact-pop .box form .item2 {
  width: calc(244/770*100%);
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .contact-pop .box form .item2 {
    width: 100%;
  }
}
.contact-pop .box form .item2 .name {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(26/16);
}
.contact-pop .box form .item2 .name i {
  color: #ff6631;
  font-style: initial;
  margin-right: 5px;
}
.contact-pop .box form .item2 .t1 {
  width: 100%;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.06rem;
  padding-left: 0.2rem;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact-pop .box form .item2 .t1 {
    height: 0.8rem;
  }
}
.contact-pop .box form .item2 .t1::placeholder {
  color: #999;
}
.contact-pop .box form .textarea {
  margin-bottom: 0.1rem;
  width: 100%;
}
.contact-pop .box form .textarea textarea {
  width: 100%;
  height: 0.92rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.06rem;
  margin-top: 8px;
  padding: 0.15rem 0.2rem;
}
.contact-pop .box form .select {
  width: 100%;
  margin-bottom: 0.1rem;
}
.contact-pop .box form .select .x-r-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-pop .box form .select .x-r-box {
    flex-direction: column;
  }
}
.contact-pop .box form .select .x-r-box .x-r-item {
  width: 53%;
}
@media (max-width: 767px) {
  .contact-pop .box form .select .x-r-box .x-r-item {
    width: 100%;
  }
}
.contact-pop .box form .select .x-r-box .x-r-item:last-child {
  width: 45%;
}
@media (max-width: 767px) {
  .contact-pop .box form .select .x-r-box .x-r-item:last-child {
    width: 100%;
  }
}
.contact-pop .box form .select .name {
  display: flex;
  align-items: center;
  color: #222;
  line-height: calc(26/16);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.14rem;
}
.contact-pop .box form .select .name i {
  color: #ff6631;
  font-style: initial;
  margin-right: 5px;
}
.contact-pop .box form .select .sel_box {
  margin-top: 8px;
  display: flex;
}
.contact-pop .box form .select .sel_box.x-mm {
  flex-wrap: wrap;
}
.contact-pop .box form .select .sel_box .x-p {
  flex-shrink: 0;
  color: #999999;
}
.contact-pop .box form .select .sel_box .x-r {
  display: flex;
  flex-wrap: wrap;
}
.contact-pop .box form .select .sel_box .sel_con {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 0.14rem;
  margin-bottom: 0.05rem;
}
.contact-pop .box form .select .sel_box .sel_con.on .g_svg {
  background: #0004f2;
  border-color: #0004f2;
}
.contact-pop .box form .select .sel_box .sel_con p {
  color: #666;
  /* min-width: 4em; */
}
.contact-pop .box form .select .sel_box .sel_con .g_svg {
  border: 1px solid #e6e6e6;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.09rem;
}
.contact-pop .box form .select .sel_box .sel_con .g_svg svg {
  width: 10px;
  height: auto;
}
.contact-pop .box form .select .sel_box .sel_con .g_svg svg path {
  fill: #fff;
}
.contact-pop .box form .select2 .name {
  padding-bottom: 0;
  border: none;
}
.contact-pop .box form .g_newyzm {
  display: flex;
  margin-bottom: 0.1rem;
  width: 100%;
  align-items: flex-end;
}
.contact-pop .box form .g_yzm {
  width: 31.81818182%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.contact-pop .box form .g_yzm .yzm_box {
  margin-top: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 0.06rem;
}
.contact-pop .box form .g_yzm .yzm_box input {
  width: calc(584/770*100%);
  height: 0.5rem;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .contact-pop .box form .g_yzm .yzm_box input {
    height: 0.8rem;
  }
}
.contact-pop .box form .g_yzm .yzm_box img {
  height: 100%;
}
@media (max-width: 767px) {
  .contact-pop .box form .g_yzm .yzm_box img {
    padding-left: 0.2rem;
  }
}
.contact-pop .box form .x-la {
  width: 100%;
  margin-bottom: 10px;
}
.contact-pop .box form .x-la .name {
  margin-bottom: 10px;
}
.contact-pop .box form .x-la .x-xiala {
  width: 100%;
  position: relative;
}
.contact-pop .box form .x-la .x-xiala .x-sp {
  display: block;
  border: 1px solid #e5e5e5;
  height: 100%;
  height: 0.5rem;
  padding: 0.12rem 0.15rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.06rem;
}
@media (max-width: 767px) {
  .contact-pop .box form .x-la .x-xiala .x-sp {
    height: 0.8rem;
  }
}
.contact-pop .box form .x-la .x-xiala .x-sp span {
  color: #222222;
}
.contact-pop .box form .x-la .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-pop .box form .x-la .x-xiala .x-sp i svg {
  display: block;
  width: 10px;
  height: 10px;
}
.contact-pop .box form .x-la .x-xiala .x-sp i svg path {
  fill: #666666;
}
.contact-pop .box form .x-la .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  display: none;
}
.contact-pop .box form .x-la .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.contact-pop .box form .x-la .x-xiala ul li:hover {
  color: #155ad8;
  background-color: #f5f5f5;
}
.contact-pop .box form .form_tk {
  width: 100%;
  margin-bottom: 0.1rem;
}
.contact-pop .box form .form_tk.on label {
  color: #666666;
}
.contact-pop .box form .form_tk.on label .g_svg {
  background: #0004f2;
  border-color: #0004f2;
}
.contact-pop .box form .form_tk label {
  display: flex;
  align-items: center;
}
.contact-pop .box form .form_tk label .g_svg {
  border: 1px solid #e6e6e6;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.09rem;
}
.contact-pop .box form .form_tk label .g_svg svg {
  width: 10px;
  height: auto;
}
.contact-pop .box form .form_tk label .g_svg svg path {
  fill: #fff;
}
.contact-pop .box form .form_tk label input {
  display: none;
  -webkit-appearance: checkbox;
  margin-right: 10px;
}
.contact-pop .box form .form_tk label p a {
  color: #156BFF;
}
.contact-pop .box form .sub {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  background: #0004f1;
}
@media (max-width: 767px) {
  .contact-pop .box form .sub {
    height: 36px;
    border-radius: 18px;
  }
}
